SetNodeStackTracesEnabledRequest

data class SetNodeStackTracesEnabledRequest(enable: Boolean)

Represents request frame that can be used with DOM#setNodeStackTracesEnabled operation call.

Sets if stack traces should be captured for Nodes. See Node.getNodeStackTraces. Default is disabled.

See also

Constructors

SetNodeStackTracesEnabledRequest
Link copied to clipboard
fun SetNodeStackTracesEnabledRequest(enable: Boolean)

Properties

enable
Link copied to clipboard
val enable: Boolean
Enable or disable.

Sources

jvm source
Link copied to clipboard